type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToDateScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L53: 		return scanPlanTextAnyToDateScanner{}.Scan([]byte(src), dst)
		date.go#L238: 			return scanPlanTextAnyToDateScanner{}
		date.go#L271: type scanPlanTextAnyToDateScanner struct{}
		date.go#L273: func (scanPlanTextAnyToDateScanner) Scan(src []byte, dst any) error {